/* ========================================================================
   FlexiContent Override
 ========================================================================== */

/*
* Favourites
*/

body .fcfavs-is-subscriber{
    display: none;
}

/* Tags */

.fc_tags {
    position: relative;
    display: inline-block;
    padding: 5px 16px 5px 30px;
    color: #4c4c4c;
    line-height: 1;
    white-space: nowrap;
    font-size: .95em;
    font-weight: normal;
    margin: 5px 7px 5px 0px;
    border-radius: 12px;
    background-color: #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.fc_tags:hover, .fc_tags.active {
    color: #fff;
    background-color: #abbdd1;
}

.fc_tags:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 13px;
    margin-top: -4px;
    background-color: #abbdd1;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.fc_tags:hover:before, .fc_tags.active:before {
    background-color: #fff !important;
}

/*
* Voting
*/

.voting-group div.voting-row.voting-row_main {
    width: 100%;
}

body #flexicontent div.fcvote_message, div.fcvote_message {
    clear: none;
}

.meta_bottom div.fcvote > ul.fcvote_list {
    margin: 0px !important;
}
.meta_bottom div.voting-row {
    margin-top: 0px;
}
.voting-label{
    float: left;
    line-height: 24px;
}
#flexicontent .item_total {
    background-color: #F0F1F3;
}